Description
Read Metadata From Binary with the default Nuxeo processor.
Operation id | Blob.ReadMetadata |
Aliases | Binary.ReadMetadata
|
Category | Files |
Label | Read Metadata From Binary |
Requires | |
Since | 7.1 |
Parameters
Signature
Implementation Information
Implementation Class |
Class:
org.nuxeo.binary.metadata.internals.operations.ReadMetadataFromBinary
|
Contributing Component |
org.nuxeo.binary.metadata
|
JSON Definition
{
"id" : "Blob.ReadMetadata",
"aliases" : [ "Binary.ReadMetadata" ],
"label" : "Read Metadata From Binary",
"category" : "Files",
"requires" : null,
"description" : "Read Metadata From Binary with the default Nuxeo processor.",
"since" : "7.1",
"url" : "Blob.ReadMetadata",
"signature" : [ "blob", "map" ],
"params" : [ {
"name" : "ignorePrefix",
"description" : "Ignore metadata prefixes or not",
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}